home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000347_tex@dg5.chemie.uni-konstanz.de_Mon Mar 7 12:50:48 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  764b

  1. Received: from dg5.chemie.uni-konstanz.de by cs.umb.edu with SMTP id AA20881
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 7 Mar 1994 05:56:02 -0500
  3. Received: by dg5.chemie.uni-konstanz.de; id AA26743; Mon, 7 Mar 1994 11:50:48 +0100
  4. Date: Mon, 7 Mar 1994 11:50:48 +0100
  5. From: TeX-maint <tex@dg5.chemie.uni-konstanz.de>
  6. Message-Id: <9403071050.AA26743@dg5.chemie.uni-konstanz.de>
  7. Apparently-To: tex-k@cs.umb.edu
  8.  
  9. In file xdvik-1.6/xdvik/dvi_init.c line 194:
  10. else if (!kpse_check_bitmap_tolerance (size_found / 5.0, dpi))
  11.  
  12. should be:
  13. else if (!kpse_check_bitmap_tolerance (size_found / 5.0, (double) dpi))
  14.  
  15. This caused an error like
  16. xdvi: Font cmr7 at 300 not found; using 300 instead.
  17.  
  18. Host: alpha, kpathsea from web2c-6.1
  19.  
  20. Christian W Mueller